Fix a typo in the docs. (#347211, Kouhei Sutou)
authorMatthias Clasen <mclasen@redhat.com>
Mon, 17 Jul 2006 03:06:24 +0000 (03:06 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 17 Jul 2006 03:06:24 +0000 (03:06 +0000)
2006-07-16  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkprintjob.c (gtk_print_job_send): Fix a typo in
the docs.  (#347211, Kouhei Sutou)

ChangeLog
ChangeLog.pre-2-10
gtk/gtkprintjob.c

index 38b07cc392e5785a17985644a747c9bcee584eb9..818b9549a5ce37a46b2c422b8ee16d3537cd74f6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-07-16  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkprintjob.c (gtk_print_job_send): Fix a typo in 
+       the docs.  (#347211, Kouhei Sutou)   
+
        * configure.in: Make the test for the sync extension
        more robust.  (#347315, Tommi Komulainen)
 
index 38b07cc392e5785a17985644a747c9bcee584eb9..818b9549a5ce37a46b2c422b8ee16d3537cd74f6 100644 (file)
@@ -1,5 +1,8 @@
 2006-07-16  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkprintjob.c (gtk_print_job_send): Fix a typo in 
+       the docs.  (#347211, Kouhei Sutou)   
+
        * configure.in: Make the test for the sync extension
        more robust.  (#347315, Tommi Komulainen)
 
index f68a7ca5c4aceacb65d1ddd06a2c365ea8178cda..0ff17f6805c0413cb9007300b427c8eabfe5f0ab 100644 (file)
@@ -650,7 +650,7 @@ gtk_print_job_get_property (GObject    *object,
 /**
  * gtk_print_job_send:
  * @job: a GtkPrintJob
- * @callback: function to call when the job completes or an error occures
+ * @callback: function to call when the job completes or an error occurs
  * @user_data: user data that gets passed to @callback
  * @dnotify: destroy notify for @user_data
  *